home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1998 November / PC Action Issue 71 (Xenia) (Novembre 1998).iso / rootdsks / pcmcia.bat < prev    next >
DOS Batch File  |  1997-07-08  |  805b  |  16 lines

  1. @echo off
  2. cd \rootdsks
  3. echo "                                                                          "
  4. echo "This option makes the PCMCIA rootdisk.  This is a floppy disk that allows "
  5. echo "you to install Slackware Linux on laptop through a PCMCIA ethernet, SCSI, "
  6. echo "or CD-ROM card to a Linux second extended filesystem.  You must have a    "
  7. echo "partition free for this purpose.                                          "
  8. echo "                                                                          "
  9. echo "Insert formatted disk in drive A: and hit a key to continue or CTRL-C     "
  10. echo "to abort...                                                               "
  11. echo "                                                                          "
  12. pause
  13.  
  14. rawrite pcmcia.gz a:
  15.  
  16.